Remove non-existent dashboard image from homepage#335
Merged
Conversation
Agent-Logs-Url: https://github.com/objectstack-ai/hotcrm/sessions/7e8154e1-683c-4236-b7bd-c42f2daf79d8 Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Claude created this pull request from a session on behalf of
hotlong
April 14, 2026 08:57
View session
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
Removes a broken homepage Hero Section image reference in the docs app by deleting the “Product Visual” block that pointed to a non-existent /dashboard-mockup.webp asset.
Changes:
- Removed the Hero Section “Product Visual”
<img>referencing/dashboard-mockup.webp. - Hero Section now transitions directly from CTA buttons to the Customer Logo Wall section.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
The homepage referenced a non-existent dashboard mockup image (
/dashboard-mockup.webp) that was causing a broken image on the Hero Section.Type of Change
Related Issues
N/A
Changes Made
<img>reference to/dashboard-mockup.webpTesting
npm test)npm run lint)npm run build)Screenshots
N/A - Removed visual element only
Checklist
Additional Notes
This was a simple cleanup of a non-existent asset reference. If product screenshots are needed in the future, they should be added to
apps/docs/public/first before being referenced.